
jPSXdec: PlayStation 1 Media Decoder/Converter in Java
Copyright (C) 2007-2010  Michael Sabin
All rights reserved.

jPSXdec is licensed as a whole under this non-commercial license.

................................................................................

Redistribution and use of the jPSXdec code or any derivative works are
permitted provided that the following conditions are met:

 * Redistributions may not be sold, nor may they be used in commercial
   or revenue-generating business activities.

 * Redistributions that are modified from the original source must
   include the complete source code, including the source code for all
   components used by a binary built from the modified sources. However, as
   a special exception, the source code distributed need not include
   anything that is normally distributed (in either source or binary form)
   with the major components (compiler, kernel, and so on) of the operating
   system on which the executable runs, unless that component itself
   accompanies the executable.

 * Redistributions must reproduce the above copyright notice, this list
   of conditions and the following disclaimer in the documentation and/or
   other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

................................................................................

(note: the related PlayStation1_STR_format.txt document is under a MIT license)


A few individual components are licensed under compatible licenses.


jpsxdec/plugins/psx/video/mdec/idct/StephensIDCT.java
Originally from code written by Stephen Manley.
http://www.nyx.net/~smanley/
He generously offers his code free, without restriction.

argparser/*
From the argparser library.
http://people.cs.ubc.ca/~lloyd/java/argparser.html
* Copyright John E. Lloyd, 2004. All rights reserved. Permission to use,
* copy, modify and redistribute is granted, provided that this copyright
* notice is retained and the author is given credit whenever appropriate.
*
* This  software is distributed "as is", without any warranty, including
* any implied warranty of merchantability or fitness for a particular
* use. The author assumes no responsibility for, and shall not be liable
* for, any special, indirect, or consequential damages, or any damages
* whatsoever, arising out of or in connection with the use of this
* software.

jpsxdec/util/Fraction.java
Originally written by Doug Lea and released into the public domain.

###################################################################

##  The following files must be included in a separate .jar with  ##
## binary distributions of jPSXdec so as not to violate the LGPL. ##

jpsxdec/plugins/psx/video/mdec/idct/simple_idct.java
Copyright (c) Michael Niedermayer
Originally from ffmpeg (ported by Alexander Strange)
Licensed under the GNU Lesser General Public License Version 2.1.
The text of this license is contained in the file lgpl-2.1.txt
